furny.swing.admin.genotype
Class GenotypeTool

java.lang.Object
  extended by furny.swing.admin.genotype.GenotypeTool

public final class GenotypeTool
extends java.lang.Object

This starts the GenotypeFrame.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private GenotypeTool()
          Instantiation is not required.
 
Method Summary
static void main(java.lang.String[] args)
          Main method that starts the GenotypeFrame.
static void start()
          Method that starts the GenotypeFrame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenotypeTool

private GenotypeTool()
Instantiation is not required.

Since:
12.08.2012
Method Detail

main

public static void main(java.lang.String[] args)
Main method that starts the GenotypeFrame.

Parameters:
args - No arguments required.
Since:
12.08.2012

start

public static void start()
Method that starts the GenotypeFrame.

Since:
12.08.2012